In This Topic
Occurs when there are errors from the server side.
Syntax
'Declaration
Property OnClientError As System.String
'Usage
Dim instance As IItemsSource(Of T)
Dim value As System.String
instance.OnClientError = value
value = instance.OnClientError
System.string OnClientError {get; set;}
read-write property OnClientError: System.String;
function get,set OnClientError : System.String
__property System.string* get_OnClientError();
__property void set_OnClientError(
System.string* value
);
property System.String^ OnClientError {
System.String^ get();
void set ( System.String^ value);
}
See Also